Package com.cisco.pt.ipc.ui.impl
Class PhysicalToolbarImpl
java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.ui.impl.PhysicalToolbarImpl
- All Implemented Interfaces:
IPCObject,PhysicalToolbar
Information provided by the PKI file:
\class PhysicalToolbar
\brief PhysicalToolbar allows for UI manipulation of the Physical toolbar.
\example appWindow().getPhysicalToolbar()
- Author:
- Auto-generated
-
Field Summary
Fields inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
accessMessage, ipcFactory, packetTracerSession -
Constructor Summary
ConstructorsConstructorDescriptionPhysicalToolbarImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCity()Information provided by the PKI file:voidInformation provided by the PKI file:voidaddGrid()Information provided by the PKI file:voidInformation provided by the PKI file:voidInformation provided by the PKI file:voidsetDisabled(boolean bDisabled) Information provided by the PKI file:voidsetVisible(boolean bVisible) Information provided by the PKI file:voidsetWidgetDisable(String widgetName, boolean bDisabled) Information provided by the PKI file:voidsetWidgetVisible(String widgetName, boolean bVisible) Information provided by the PKI file:voidInformation provided by the PKI file:voidInformation provided by the PKI file:voidInformation provided by the PKI file:Methods inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession, sendMessage, sendMessageWithReturn, translateToCommandStatusStringPairMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession
-
Constructor Details
-
PhysicalToolbarImpl
public PhysicalToolbarImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage)
-
-
Method Details
-
setVisible
public void setVisible(boolean bVisible) Information provided by the PKI file:
\brief Shows or hides this widget from view. \param bVisible, true to show this widget, false to hide it.- Specified by:
setVisiblein interfacePhysicalToolbar- Parameters:
bVisible- Takes in a parameter of bVisible
-
setWidgetVisible
Information provided by the PKI file:
\brief Shows or hides the specified child widget. \param widgetName, where widgetName can be one of the following: NavigationBtn, GotoTopBtn, GotoCityBtn, GotoBuildingBtn, GotoClosetBtn, NewCityBtn, NewBuildingBtn, NewRackBtn, MoveObjBtn, SetBGImageBtn, GridBtn, HomeBtn. \param bVisible, true to show this child widget, false to hide it.- Specified by:
setWidgetVisiblein interfacePhysicalToolbar- Parameters:
widgetName- Takes in a parameter of widgetNamebVisible- Takes in a parameter of bVisible
-
setDisabled
public void setDisabled(boolean bDisabled) Information provided by the PKI file:
\brief Enables or disables input events to this widget. \param bDisabled, true to disable input events to this widget, false to enable input events.- Specified by:
setDisabledin interfacePhysicalToolbar- Parameters:
bDisabled- Takes in a parameter of bDisabled
-
setWidgetDisable
Information provided by the PKI file:
\brief Enables or disables the specified child widget. \param widgetName, where widgetName can be one of the following: NavigationBtn, GotoTopBtn, GotoCityBtn, GotoBuildingBtn, GotoClosetBtn, NewCityBtn, NewBuildingBtn, NewRackBtn, MoveObjBtn, SetBGImageBtn, GridBtn, HomeBtn. \param bDisabled, true to disable input events to this child widget, false to enable input events.- Specified by:
setWidgetDisablein interfacePhysicalToolbar- Parameters:
widgetName- Takes in a parameter of widgetNamebDisabled- Takes in a parameter of bDisabled
-
showPhysicalLocationDialog
public void showPhysicalLocationDialog()Information provided by the PKI file:
\brief Simulates clicking on the Navigation button.- Specified by:
showPhysicalLocationDialogin interfacePhysicalToolbar
-
switchToHomeRack
public void switchToHomeRack()Information provided by the PKI file:
\brief Simulates clicking on the Working Closet button.- Specified by:
switchToHomeRackin interfacePhysicalToolbar
-
switchToTopView
public void switchToTopView()Information provided by the PKI file:
\brief Simulates clicking on the Intercity button.- Specified by:
switchToTopViewin interfacePhysicalToolbar
-
moveObject
public void moveObject()Information provided by the PKI file:
\brief Simulates clicking on the Move Object button.- Specified by:
moveObjectin interfacePhysicalToolbar
-
addCity
public void addCity()Information provided by the PKI file:
\brief Simulates clicking on the New City button.- Specified by:
addCityin interfacePhysicalToolbar
-
addCloset
public void addCloset()Information provided by the PKI file:
\brief Simulates clicking on the New Closet button.- Specified by:
addClosetin interfacePhysicalToolbar
-
setBGImage
public void setBGImage()Information provided by the PKI file:
\brief Simulates clicking on the Set Background button.- Specified by:
setBGImagein interfacePhysicalToolbar
-
addGrid
public void addGrid()Information provided by the PKI file:
\brief Simulates clicking on the Grid button.- Specified by:
addGridin interfacePhysicalToolbar
-